home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHack 2000
/
MacHack 2000.toast
/
pc
/
The Hacks
/
3D QuickTime Dynamics
/
kSan Headers
/
printFuncs.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
2000-06-24
|
306 b
|
10 lines
#ifndef __kSanPrintFuncs__
#define __kSanPrintFuncs__
#include <Printing.h>
THPrint PrintInit(void);
void PrintPicture(PicHandle picture , THPrint printRecordH, Rect *picRect);
void CenterPict( PicHandle picture, Rect *destRectPtr, Rect *picRect);
short DoPrintDialogs( THPrint printRecordH);
#endif